home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-03
/
fglqbx10.zip
/
05-13.BAS
< prev
next >
Wrap
BASIC Source File
|
1991-06-05
|
255b
|
23 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
Mode = FGgetmode
FGsetmode 4
FGdefcolor 0, 1
FGdefcolor 255, 1
FGsetcolor 0
FGtext "0", 1
FGsetcolor 1
FGtext " 1", 2
FGsetcolor 255
FGtext " 255", 4
FGwaitkey
FGsetmode Mode
FGreset
END